$(".email-slide").click(function(){ $("#panel").slideToggle("slow"); $(this) .text("Close") .toggleClass("active"); });